home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-023 photo finish 20 / 1.ima / DELDLLS.BAT < prev    next >
DOS Batch File  |  1992-10-19  |  702b  |  22 lines

  1. rem   CAUTION  
  2. rem   This batch file deletes all the PhotoFinish DLL files
  3. rem   from the current directory.  Make sure that you run this 
  4. rem   file from the directory that contains the DLLs 
  5. rem   (usually the Windows SYSTEM directory). If the current 
  6. rem   directory is not correct, press Ctrl+C to stop now. Change 
  7. rem   to the correct directory and run this file again.
  8. rem
  9. rem   If you accidently run this file and the DLLs are deleted,
  10. rem   you will have to reinstall PhotoFinish from the original 
  11. rem   disks before you can use it again.
  12. rem
  13.  
  14. pause  To stop without deleting any DLLs, press Ctrl+C now.
  15.  
  16. del browser.dll
  17. del jpeg_dll.dll
  18. del zcapdll.dll
  19. del zs3d.dll
  20.  
  21.  
  22.